* automated/ert-tests.el (ert-test-skip-unless): New test case.
authorMichael Albinus <michael.albinus@gmx.de>
Thu, 24 Oct 2013 07:38:45 +0000 (09:38 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Thu, 24 Oct 2013 07:38:45 +0000 (09:38 +0200)
commit5de15d9b3624f1ce4532b76e6890c3b2015695de
treec351c1314b311315aca6d83a77099ec868fc81cd
parenta0e35c759c3632784da1eba90f4a51e0e4c8035f
* automated/ert-tests.el (ert-test-skip-unless): New test case.
(ert-test-deftest): Adapt test for changed macro expansion.
(ert-test-run-tests-interactively):
* automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
Add a skipping test.

* automated/file-notify-tests.el (top): Do not require tramp-sh.el.
(file-notify--test-local-enabled): Make it a function.  Check also
for `file-remote-p' of `temporary-file-directory'.
(file-notify--test-remote-enabled-checked): New defvar.
(file-notify--test-remote-enabled): Rewrite.  Do not use Tramp
internal functions.  Cache result.
(file-notify--deftest-remote, file-notify-test00-availability)
(file-notify-test01-add-watch, file-notify-test02-events)
(file-notify-test03-autorevert): Add checks with `skip_unless'.
(file-notify-test-all): Do not check `file-notify--test-local-enabled'.
test/ChangeLog
test/automated/ert-tests.el
test/automated/ert-x-tests.el
test/automated/file-notify-tests.el